RadixCodecEncode(UInt16) Method
Converts integer value to a radix value.
Namespace: Gemstone.NumericAssembly: Gemstone.Numeric (in Gemstone.Numeric.dll) Version: 1.0.158 -- Release Build+3874b6709118ff35f396fdd2fedd12aeea51803e
public string Encode(
ushort value
)
Public Function Encode (
value As UShort
) As String
public:
String^ Encode(
unsigned short value
)
- value UInt16
- Integer value to convert.
StringRadix value string.