Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Method: string Fmt(NumberSystem, params object[])

Declaration

public string Fmt(
    NumberSystem ns,
    params object[] args
)

Summary

Selects the correct string and interpolates the specified arguments.

Parameters

NumberSystemns Number system to use to interpolate the translation.
object[]args Arguments to be interpolated into the translation.