Version

Search Results

ToHex(Int32) Method

Converts a number to a hexadecimal string representation. Syntax Parameters value Number to convert. Return Value Hexadecimal string representation for the number.

ToHex Method (Converter)

Converts a byte to a hexadecimal string representation. Overload List

ToInt Method

Converts a string to a number. Syntax Parameters s String to convert. Return Value Number value for the string.

ToLetterNumber Method

Gets a letter representation for a number. Syntax Parameters number Number to convert. Return Value Letter representation for the number.

ToOctal Method

Converts a number to an octal string representation. Syntax Parameters value Number to convert. Return Value Octal string representation for the number.

ToPoints Method

Converts string representation of a measure to points. Syntax Parameters s Value to convert Return Value Value in points.

ToRomanNumber Method

Gets a roman letter representation for a number. Syntax Parameters number Number to convert. Return Value Roman letter representation for the number.

ToString(Int32) Method

Gets a string representation for a number. Syntax Parameters value Number to convert. Return Value String representation for the number.

ToString(Matrix) Method

Gets a string representation of the matrix. Syntax Parameters matrix The matrix whose representation should be determined. Return Value String representation of the matrix.

ToString(Point[]) Method

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.