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

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

공개 메소드들

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

비공개 메소드들

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

메소드 상세

CurrencyFormatter() 공개 메소드

public CurrencyFormatter ( [ currencyCode ) : System
currencyCode [
리턴 System

CurrencyFormatter() 공개 메소드

public CurrencyFormatter ( [ currencyCode, [ languages, [ geographicRegion ) : System
currencyCode [
languages [
geographicRegion [
리턴 System

ParseDouble() 공개 메소드

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

ParseInt() 공개 메소드

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

ParseUInt() 공개 메소드

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