Java.Lang.Short.ToString Method
Returns a string containing a concise, human-readable description of the specified short value with radix 10.

Syntax

[Android.Runtime.Register("toString", "(S)Ljava/lang/String;", "")]
public static string ToString (short value)

Parameters

value
the short to convert to a string.

Returns

Documentation for this section has not yet been entered.

Remarks

Returns a string containing a concise, human-readable description of the specified short value with radix 10.

[Android Documentation]

Requirements

Namespace: Java.Lang
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1