NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

FormatControl.GetFormatText

This returns the text for the given value based on the current FormatMode.

[Visual Basic]
Protected Function GetFormatText( _
   ByVal value As Object _
) As String
[C#]
protected string GetFormatText(
   object value
);
[C++]
protected: String* GetFormatText(
   Object* value
);
[JScript]
protected function GetFormatText(
   value : Object
) : String;

Parameters

value
[To be supplied.]

See Also

FormatControl Class | FormatControl Members | System.WinForms Namespace