C# 클래스 GILES.pb_StringUtil

파일 보기 프로젝트 열기: procore3d/giles

공개 메소드들

메소드 설명
SplitCamelCase ( this str ) : string
ToStringF ( this val ) : string
ToStringF ( this val, char delimiter ) : string
Truncate ( this value, int length ) : string

메소드 상세

SplitCamelCase() 공개 정적인 메소드

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

ToStringF() 공개 정적인 메소드

public static ToStringF ( this val ) : string
val this
리턴 string

ToStringF() 공개 정적인 메소드

public static ToStringF ( this val, char delimiter ) : string
val this
delimiter char
리턴 string

Truncate() 공개 정적인 메소드

public static Truncate ( this value, int length ) : string
value this
length int
리턴 string