[This is preliminary documentation and is subject to change.]
Converts the UInt16 to it's JavaScript string representation.
Namespace:
Assembly: Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)
Syntax
C# |
---|
public static string ToString( ushort value ) |
Visual Basic (Declaration) |
---|
Public Shared Function ToString ( _ value As UShort _ ) As String |
Visual C++ |
---|
public: static String^ ToString( unsigned short value ) |
Parameters
- value
- Type: System..::.UInt16
The value to convert.