C# 클래스 Windows.Globalization.NumberFormatting.DecimalFormatter

상속: INumberFormatterOptions, INumberFormatter, INumberParser
파일 보기 프로젝트 열기: shiftkey/winrt-backport-hilarity 1 사용 예제들

공개 메소드들

메소드 설명
DecimalFormatter ( ) : System
DecimalFormatter ( [ languages, [ geographicRegion ) : System
ParseDouble ( [ text ) : IReference
ParseInt ( [ text ) : IReference
ParseUInt ( [ text ) : IReference

비공개 메소드들

메소드 설명
Format ( [ value ) : string

메소드 상세

DecimalFormatter() 공개 메소드

public DecimalFormatter ( ) : System
리턴 System

DecimalFormatter() 공개 메소드

public DecimalFormatter ( [ languages, [ geographicRegion ) : System
languages [
geographicRegion [
리턴 System

ParseDouble() 공개 메소드

public ParseDouble ( [ text ) : IReference
text [
리턴 IReference

ParseInt() 공개 메소드

public ParseInt ( [ text ) : IReference
text [
리턴 IReference

ParseUInt() 공개 메소드

public ParseUInt ( [ text ) : IReference
text [
리턴 IReference