C# Class yazd.Utils

Exibir arquivo Open project: toptensoftware/yazd

Public Methods

Method Description
ParseCommandLine ( string args ) : List
ParseIntegers ( string str, int Count ) : int[]
ParseUShort ( string str ) : ushort

Method Details

ParseCommandLine() public static method

public static ParseCommandLine ( string args ) : List
args string
return List

ParseIntegers() public static method

public static ParseIntegers ( string str, int Count ) : int[]
str string
Count int
return int[]

ParseUShort() public static method

public static ParseUShort ( string str ) : ushort
str string
return ushort