C# Class StringBuilderExtensions, tf_client

Show file Open project: wids-eria/tf_client Class Usage Examples

Public Methods

Method Description
DeleteCharAt ( this self, int index ) : void
Replace ( this self, int startIndex, int endIndex, string replaceStr ) : void

Method Details

DeleteCharAt() public static method

public static DeleteCharAt ( this self, int index ) : void
self this
index int
return void

Replace() public static method

public static Replace ( this self, int startIndex, int endIndex, string replaceStr ) : void
self this
startIndex int
endIndex int
replaceStr string
return void