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!

BitVector32.ToString (BitVector32)

[To be supplied.]

[Visual Basic]
Overloads Public Shared Function ToString( _
   ByVal value As BitVector32 _
) As String
[C#]
public static string ToString(
   BitVector32 value
);
[C++]
public: static String* ToString(
   BitVector32 value
);
[JScript]
public static function ToString(
   value : BitVector32
) : String;

Parameters

value
[To be supplied.]

See Also

BitVector32 Structure | BitVector32 Members | System.WinForms Namespace | BitVector32.ToString Overload List