메소드 | 설명 | |
---|---|---|
EscapeHashCharacter ( this str ) : string | ||
FormatCurrentCulture ( this format ) : string | ||
FormatInvariant ( this format ) : string | ||
ToSafeFileName ( this str ) : string | ||
Truncate ( this str, int maxLength ) : string |
public static EscapeHashCharacter ( this str ) : string | ||
str | this | |
리턴 | string |
public static FormatCurrentCulture ( this format ) : string | ||
format | this | |
리턴 | string |
public static FormatInvariant ( this format ) : string | ||
format | this | |
리턴 | string |
public static Truncate ( this str, int maxLength ) : string | ||
str | this | |
maxLength | int | |
리턴 | string |