C# Class NCop.Core.Extensions.StringExtensions

Show file Open project: sagifogel/NCop

Public Methods

Method Description
Fmt ( this value ) : string
IsNotNullOrEmpty ( this value ) : bool
IsNullOrEmpty ( this value ) : bool
ToCamelCase ( this value ) : string
ToLowercaseUnderscore ( this value ) : string

Method Details

Fmt() public static method

public static Fmt ( this value ) : string
value this
return string

IsNotNullOrEmpty() public static method

public static IsNotNullOrEmpty ( this value ) : bool
value this
return bool

IsNullOrEmpty() public static method

public static IsNullOrEmpty ( this value ) : bool
value this
return bool

ToCamelCase() public static method

public static ToCamelCase ( this value ) : string
value this
return string

ToLowercaseUnderscore() public static method

public static ToLowercaseUnderscore ( this value ) : string
value this
return string