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!

SQLInt32.FromString

[To be supplied.]

[Visual Basic]
Public Shared Function FromString( _
   ByVal s As String _
) As SQLInt32
[C#]
public static SQLInt32 FromString(
   string s
);
[C++]
public: static SQLInt32 FromString(
   String* s
);
[JScript]
public static function FromString(
   s : String
) : SQLInt32;

Parameters

s
[To be supplied.]

See Also

SQLInt32 Structure | SQLInt32 Members | System.Data.SQLTypes Namespace