C# 클래스 Pluton.StringExtensions

파일 보기 프로젝트 열기: Notulp/Pluton 1 사용 예제들

공개 메소드들

메소드 설명
BoldText ( this self ) : string
ColorText ( this self, string color ) : string
ItalicText ( this self ) : string
JsonPretty ( this self, string indent = "\t" ) : string
Multiply ( this self, int multiply ) : string
QuoteSafe ( this self ) : string
SetSize ( this self, int size ) : string
SetSize ( this self, string size ) : string

비공개 메소드들

메소드 설명
yieldPretty ( this json, string indent ) : IEnumerable

메소드 상세

BoldText() 공개 정적인 메소드

public static BoldText ( this self ) : string
self this
리턴 string

ColorText() 공개 정적인 메소드

public static ColorText ( this self, string color ) : string
self this
color string
리턴 string

ItalicText() 공개 정적인 메소드

public static ItalicText ( this self ) : string
self this
리턴 string

JsonPretty() 공개 정적인 메소드

public static JsonPretty ( this self, string indent = "\t" ) : string
self this
indent string
리턴 string

Multiply() 공개 정적인 메소드

public static Multiply ( this self, int multiply ) : string
self this
multiply int
리턴 string

QuoteSafe() 공개 정적인 메소드

public static QuoteSafe ( this self ) : string
self this
리턴 string

SetSize() 공개 정적인 메소드

public static SetSize ( this self, int size ) : string
self this
size int
리턴 string

SetSize() 공개 정적인 메소드

public static SetSize ( this self, string size ) : string
self this
size string
리턴 string