C# 클래스 YamlDotNet.Serialization.YamlFormatter

파일 보기 프로젝트 열기: aaubry/YamlDotNet

공개 프로퍼티들

프로퍼티 타입 설명
NumberFormat System.Globalization.NumberFormatInfo

공개 메소드들

메소드 설명
FormatBoolean ( object boolean ) : string
FormatDateTime ( object dateTime ) : string
FormatNumber ( double number ) : string
FormatNumber ( float number ) : string
FormatNumber ( object number ) : string
FormatTimeSpan ( object timeSpan ) : string

메소드 상세

FormatBoolean() 공개 정적인 메소드

public static FormatBoolean ( object boolean ) : string
boolean object
리턴 string

FormatDateTime() 공개 정적인 메소드

public static FormatDateTime ( object dateTime ) : string
dateTime object
리턴 string

FormatNumber() 공개 정적인 메소드

public static FormatNumber ( double number ) : string
number double
리턴 string

FormatNumber() 공개 정적인 메소드

public static FormatNumber ( float number ) : string
number float
리턴 string

FormatNumber() 공개 정적인 메소드

public static FormatNumber ( object number ) : string
number object
리턴 string

FormatTimeSpan() 공개 정적인 메소드

public static FormatTimeSpan ( object timeSpan ) : string
timeSpan object
리턴 string

프로퍼티 상세

NumberFormat 공개적으로 정적으로 프로퍼티

public static NumberFormatInfo,System.Globalization NumberFormat
리턴 System.Globalization.NumberFormatInfo