For Babelfish Release 1.11.1.3

StringFormattingFormatScore(ScoreFormatCollection, String, String, Score) Method

Note: This API is now obsolete.
Formats to a string, the inputed score, based on the ScoreFormatCollection

Definition

Namespace: Scopos.BabelFish.Helpers
Assembly: BabelFish (in BabelFish.dll) Version: 1.11.1.4+b1da393815f6638555a663d9a94167ecabea5695
C#
[ObsoleteAttribute("Deprecated because the input class variable Score is also deprecated.")]
public static string FormatScore(
	ScoreFormatCollection scoreFormatCollection,
	string scoreConfigName,
	string scoreFormatName,
	Score score
)

Parameters

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

Return Value

String

See Also