C# Class SharpOS.Kernel.ASCII

Mostra file Open project: sharpos/SharpOS

Public Methods

Method Description
IsAlpha ( byte ch ) : bool
IsBackspace ( byte ch ) : bool
IsLowerAlpha ( byte ch ) : bool
IsNumeric ( byte ch ) : bool
IsUpperAlpha ( byte ch ) : bool
IsWhiteSpace ( byte ch ) : bool
ToLower ( byte ch ) : byte
ToUpper ( byte ch ) : byte

Method Details

IsAlpha() public static method

public static IsAlpha ( byte ch ) : bool
ch byte
return bool

IsBackspace() public static method

public static IsBackspace ( byte ch ) : bool
ch byte
return bool

IsLowerAlpha() public static method

public static IsLowerAlpha ( byte ch ) : bool
ch byte
return bool

IsNumeric() public static method

public static IsNumeric ( byte ch ) : bool
ch byte
return bool

IsUpperAlpha() public static method

public static IsUpperAlpha ( byte ch ) : bool
ch byte
return bool

IsWhiteSpace() public static method

public static IsWhiteSpace ( byte ch ) : bool
ch byte
return bool

ToLower() public static method

public static ToLower ( byte ch ) : byte
ch byte
return byte

ToUpper() public static method

public static ToUpper ( byte ch ) : byte
ch byte
return byte