Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
ToString Method
See Also 
Leadtools.ImageProcessing Namespace > GrayScaleCommand Class : ToString Method



Overridden. Returns a meaningful name for this command.

Syntax

Visual Basic (Declaration) 
Overrides Public Function ToString() As String
Visual Basic (Usage)Copy Code
Dim instance As GrayScaleCommand
Dim value As String
 
value = instance.ToString()
C# 
public override string ToString()
C++/CLI 
public:
String^ ToString(); override 

Return Value

string that is the name of this method.

Example

For an example, refer to IRasterCommand.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also