ToString Method (SByte)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Converts the SByte value to a String.
Namespace: Ws.Services.Serialization
Assembly: MFWsStack (in MFWsStack.dll)
Syntax
'Declaration
Public Shared Function ToString ( _
value As SByte _
) As String
public static string ToString(
sbyte value
)
public:
static String^ ToString(
signed char value
)
static member ToString :
value:sbyte -> string
public static function ToString(
value : sbyte
) : String
Parameters
- value
Type: System. . :: . .SByte
The SByte to convert.
Return Value
Type: System. . :: . .String
The String equivalent of the SByte value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see dd66cd4c-b087-415f-9c3e-94e3a1835f74.