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!

SQLSingle.FromString

[To be supplied.]

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

Parameters

s
[To be supplied.]

See Also

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