C# Class Rsdn.Janus.RusNumber

A set of C# classes for spelling Russian numerics Copyright (c) 2002 Rsdn Group
Afficher le fichier Open project: rsdn/janus

Méthodes publiques

Méthode Description
RusSpelledOut ( this value, bool male ) : string
RusSpelledOut ( this value, bool male, string valueDeclensionFor1, string valueDeclensionFor2, string valueDeclensionFor5 ) : string
ToRubles ( this value ) : string

Private Methods

Méthode Description
AppendPeriod ( this value, long power, StringBuilder str, string declension1, string declension2, string declension5, bool male ) : decimal
AppendWithSpace ( this stringBuilder, string str ) : void

Method Details

RusSpelledOut() public static méthode

public static RusSpelledOut ( this value, bool male ) : string
value this
male bool
Résultat string

RusSpelledOut() public static méthode

public static RusSpelledOut ( this value, bool male, string valueDeclensionFor1, string valueDeclensionFor2, string valueDeclensionFor5 ) : string
value this
male bool
valueDeclensionFor1 string
valueDeclensionFor2 string
valueDeclensionFor5 string
Résultat string

ToRubles() public static méthode

public static ToRubles ( this value ) : string
value this
Résultat string