Click or drag to resize

ExtensionsConvertions.ToString Method

Overload List
  NameDescription
Public methodStatic memberToString(String,Object[])
Replaces the format item in a specified string with the string representation of a corresponding object in a specified array. This also takes into account that source can be an inline text for the TextBlock. CurrentCulture is used as IFormatProvider
Public methodStatic memberToString(String, IFormatProvider,Object[])
Replaces the format item in a specified string with the string representation of a corresponding object in a specified array. This also takes into account that source can be an inline text for the TextBlock
Top
See Also