Converts the ushort to a string.
value The value to convert.
A string representation of the UInt16.
This member is not CLS-compliant. For a CLS-compliant alternative, use XmlConvert.ToString(bool)(int).
This method calls value.ToString(null, System.Globalization.NumberFormatInfo.InvariantInfo ).