C# 클래스 Unity.IL2CPP.Formatter

파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
Comment ( string str ) : string
EscapeString ( string str ) : string
FormatChar ( char c ) : string

비공개 메소드들

메소드 설명
AggregateWithComma ( ICollection bytes ) : string
CheckFloatingPointFormatting ( string stringValue, [ suffix ) : string
Quote ( object val ) : string
Stringify ( IEnumerable hash ) : string

메소드 상세

Comment() 공개 정적인 메소드

public static Comment ( string str ) : string
str string
리턴 string

EscapeString() 공개 정적인 메소드

public static EscapeString ( string str ) : string
str string
리턴 string

FormatChar() 공개 정적인 메소드

public static FormatChar ( char c ) : string
c char
리턴 string