메소드 | 설명 | |
---|---|---|
IsNumber ( this number ) : bool | ||
RemapHighOrderChars ( this input ) : string | ||
RemoveDiacritics ( this text ) : string | ||
RemoveWhitespace ( this value ) : string | ||
RemoveWhitespaceWith ( this value, string replaceValue ) : string | ||
StripHTML ( this htmlString ) : string | ||
StripYear ( this title, int year ) : string |
Strips the title of a year if it exists
|
|
SurroundWith ( this text, string ends ) : string | ||
SurroundWithDoubleQuotes ( this text ) : string | ||
ToCountryName ( this twoLetterCode ) : string | ||
ToInt ( this number ) : int | ||
ToLogString ( this text ) : string | ||
ToNullIfEmpty ( this text ) : string | ||
ToNullableInt32 ( this text ) : int? | ||
ToSlug ( this phrase ) : string | ||
Truncate ( this value, int maxChars ) : string |
public static RemapHighOrderChars ( this input ) : string | ||
input | this | |
리턴 | string |
public static RemoveDiacritics ( this text ) : string | ||
text | this | |
리턴 | string |
public static RemoveWhitespace ( this value ) : string | ||
value | this | |
리턴 | string |
public static RemoveWhitespaceWith ( this value, string replaceValue ) : string | ||
value | this | |
replaceValue | string | |
리턴 | string |
public static StripHTML ( this htmlString ) : string | ||
htmlString | this | |
리턴 | string |
public static StripYear ( this title, int year ) : string | ||
title | this | |
year | int | |
리턴 | string |
public static SurroundWith ( this text, string ends ) : string | ||
text | this | |
ends | string | |
리턴 | string |
public static SurroundWithDoubleQuotes ( this text ) : string | ||
text | this | |
리턴 | string |
public static ToCountryName ( this twoLetterCode ) : string | ||
twoLetterCode | this | |
리턴 | string |
public static Truncate ( this value, int maxChars ) : string | ||
value | this | |
maxChars | int | |
리턴 | string |