C# Class ConsoleApplication1.CharacterLength

显示文件 Open project: ufcpp/UfcppSample

Public Methods

Method Description
WriteLength ( ) : void
WriteLength ( string s ) : void

Private Methods

Method Description
GetCodePoints ( string s ) : IEnumerable
Join ( byte codes ) : string
Join ( int codes ) : string

Method Details

WriteLength() public static method

public static WriteLength ( ) : void
return void

WriteLength() public static method

public static WriteLength ( string s ) : void
s string
return void