|
XmlExtensionsFormat Method
|
Formats the contents of an XML element and returns the result.
Namespace: GSF.XmlAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.220-beta+a56b2444ff27b37e053039e60f062b99378309bd
Syntax Remarks
The format to be used is determined by the
type and
spec
attributes of the element. The
type attribute should be the fully
qualified type name of an
IFormattable type. The
spec
attribute defines the format string to be used when formatting the contents.
If
type or
spec are not defined or if
type resovles to
a type that is not
IFormattable, the contents are not formatted
and are returned as-is.
See Also