Version

Converter Class Members

The following tables list the members exposed by Converter.

Public Properties
 NameDescription
Public Propertystatic (Shared in Visual Basic)DateTimeFormatInfoGets the default date and time formatting.  
Public Propertystatic (Shared in Visual Basic)NumberFormatInfoGets the default number formatting.  
Public Methods
 NameDescription
Public Methodstatic (Shared in Visual Basic)MillimetersToPointsConverts millimeters to points.  
Public Methodstatic (Shared in Visual Basic)PixelsToPointsConverts pixels to points.  
Public Methodstatic (Shared in Visual Basic)PointsToMillimetersConverts points to millimeters.  
Public Methodstatic (Shared in Visual Basic)PointsToPixelsConverts points to pixels.  
Public Methodstatic (Shared in Visual Basic)PointsToTwipsConverts points to twips.  
Public Methodstatic (Shared in Visual Basic)SplitSplits a string of comma separated values into an array of strings.  
Public Methodstatic (Shared in Visual Basic)ToBinConverts a number to a binary string representation.  
Public Methodstatic (Shared in Visual Basic)ToDigitConverts a character to a digit.  
Public Methodstatic (Shared in Visual Basic)ToHexOverloaded. Converts a byte to a hexadecimal string representation.  
Public Methodstatic (Shared in Visual Basic)ToIntConverts a string to a number.  
Public Methodstatic (Shared in Visual Basic)ToLetterNumberGets a letter representation for a number.  
Public Methodstatic (Shared in Visual Basic)ToOctalConverts a number to an octal string representation.  
Public Methodstatic (Shared in Visual Basic)ToPointsConverts string representation of a measure to points.  
Public Methodstatic (Shared in Visual Basic)ToRomanNumberGets a roman letter representation for a number.  
Public Methodstatic (Shared in Visual Basic)ToStringOverloaded. Gets a string representation for a number.  
Public Methodstatic (Shared in Visual Basic)TwipsToPointsConverts twips to points.  
See Also

View on GitHub