[This is preliminary documentation and is subject to change.]
Converts the Int16 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( short value ) |
Visual Basic (Declaration) |
---|
Public Shared Function ToString ( _ value As Short _ ) As String |
Visual C++ |
---|
public: static String^ ToString( short value ) |
Parameters
- value
- Type: System..::.Int16
The value to convert.