Version

Search Results

MillimetersToPoints Method

Converts millimeters to points. Syntax Parameters mm Value in millimeters. Return Value Value in points.

NumberFormatInfo Property

Gets the default number formatting. Syntax

PixelsToPoints Method

Converts pixels to points. Syntax Parameters pixels Value in pixels. Return Value Value in points.

PointsToMillimeters Method

Converts points to millimeters. Syntax Parameters points Value in points. Return Value Value in millimeters.

PointsToPixels Method

Converts points to pixels. Syntax Parameters points Value in points. Return Value Value in pixels.

PointsToTwips Method

Converts points to twips. Syntax Parameters points Value in points. Return Value Value in twips.

Split Method

Splits a string of comma separated values into an array of strings. Syntax Parameters data String of comma separated values. Return Value Array of strings.

ToBin Method

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

ToDigit Method

Converts a character to a digit. Syntax Parameters ch Character to convert.radix Radix. Return Value Digit representation for the character.

ToHex(Byte) Method

Converts a byte to a hexadecimal string representation. Syntax Parameters b Byte to convert. Return Value Hexadecimal string representation for the byte.