StringFormattingFormatScore(ScoreFormatCollection, String, String, Score) Method
Formats to a string, the inputed score, based on the ScoreFormatCollection
Namespace: Scopos.BabelFish.HelpersAssembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
public static string FormatScore(
ScoreFormatCollection scoreFormatCollection,
string scoreConfigName,
string scoreFormatName,
Score score
)
- scoreFormatCollection ScoreFormatCollection
- The ScoreFormatCollection definition to use to learn how to format the passed in Score.
- scoreConfigName String
- The name of the ScoreConfig to use. Valid values will be defined in the ScoreFormatCollection. Typical values include 'Integer' or 'Decimal'
- scoreFormatName String
- The name of the Scoreformat to use. Valid values will be defined in the ScoreFormatCollection. Typical values include 'Events' or 'Shots'
- score Score
String