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!

Format.ValidateText

[To be supplied.]

[Visual Basic]
Public Function ValidateText( _
   ByVal text As String _
) As Object
[C#]
public object ValidateText(
   string text
);
[C++]
public: Object* ValidateText(
   String* text
);
[JScript]
public function ValidateText(
   text : String
) : Object;

Parameters

text
[To be supplied.]

See Also

Format Class | Format Members | System.WinForms.ComponentModel Namespace