Converts a number to a hexadecimal string representation. Syntax Parameters value Number to convert. Return Value Hexadecimal string representation for the number.
Converts a byte to a hexadecimal string representation. Overload List
Converts a string to a number. Syntax Parameters s String to convert. Return Value Number value for the string.
Gets a letter representation for a number. Syntax Parameters number Number to convert. Return Value Letter representation for the number.
Converts a number to an octal string representation. Syntax Parameters value Number to convert. Return Value Octal string representation for the number.
Converts string representation of a measure to points. Syntax Parameters s Value to convert Return Value Value in points.
Gets a roman letter representation for a number. Syntax Parameters number Number to convert. Return Value Roman letter representation for the number.
Gets a string representation for a number. Syntax Parameters value Number to convert. Return Value String representation for the number.
Gets a string representation of the matrix. Syntax Parameters matrix The matrix whose representation should be determined. Return Value String representation of the matrix.
Gets a string representation for an array of points. Syntax Parameters points Array of points to convert. Return Value String representation for the array of points.