C# Class fCraft.FormatUtil

Show file Open project: fragmer/fCraft

Public Methods

Method Description
IndexOfOrdinal ( [ haystack, [ needle ) : int
Parse ( [ stringToConvert ) : int

Private Methods

Method Description
Digits ( [ builder, int number ) : StringBuilder
ToStringInvariant ( this i ) : string
UppercaseFirst ( [ s ) : string
UppercaseFirst ( this s ) : string

Method Details

IndexOfOrdinal() public static method

public static IndexOfOrdinal ( [ haystack, [ needle ) : int
haystack [
needle [
return int

Parse() public static method

public static Parse ( [ stringToConvert ) : int
stringToConvert [
return int