C# Class Queem.Core.Extensions.MyStringExtensions

Mostrar archivo 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