C# 클래스 Kudu.Core.StringExtensions

파일 보기 프로젝트 열기: projectkudu/kudu

공개 메소드들

메소드 설명
EscapeHashCharacter ( this str ) : string
FormatCurrentCulture ( this format ) : string
FormatInvariant ( this format ) : string
ToSafeFileName ( this str ) : string
Truncate ( this str, int maxLength ) : string

메소드 상세

EscapeHashCharacter() 공개 정적인 메소드

public static EscapeHashCharacter ( this str ) : string
str this
리턴 string

FormatCurrentCulture() 공개 정적인 메소드

public static FormatCurrentCulture ( this format ) : string
format this
리턴 string

FormatInvariant() 공개 정적인 메소드

public static FormatInvariant ( this format ) : string
format this
리턴 string

ToSafeFileName() 공개 정적인 메소드

public static ToSafeFileName ( this str ) : string
str this
리턴 string

Truncate() 공개 정적인 메소드

public static Truncate ( this str, int maxLength ) : string
str this
maxLength int
리턴 string