C# Class Queem.Core.Extensions.MyStringExtensions

显示文件 Open project: Ribtoks/Queem

Public Methods

Method Description
LJust ( this str, int length, char ch ) : string
MyReverse ( this str ) : string

Method Details

LJust() public static method

public static LJust ( this str, int length, char ch ) : string
str this
length int
ch char
return string

MyReverse() public static method

public static MyReverse ( this str ) : string
str this
return string