Skip to content

167d22ce 2564 77ce ef49 58b0bff2fd6c

Axel Kesseler edited this page May 11, 2021 · 2 revisions

TypeFormatterExtension.TryFormat Method

Overload List

 

Name Description
Public methodStatic member TryFormat(TValue)(TValue, String) This method tries to convert provided value into string using default format provider.
Public methodStatic member TryFormat(TValue)(TValue, IFormatProvider, String) This method tries to convert provided value into string using provided format provider.
Public methodStatic member TryFormat(TValue)(TValue, String, Exception) This method tries to convert provided value into string using default format provider.
Public methodStatic member TryFormat(TValue)(TValue, IFormatProvider, String, Exception) This method tries to convert provided value into string using provided format provider.
Public methodStatic member TryFormat(TValue)(TValue, String, IFormatProvider, String) This method tries to convert provided value into string using provided format as well as provided format provider.
Public methodStatic member TryFormat(TValue)(TValue, String, IFormatProvider, String, Exception) This method tries to convert provided value into string using provided format as well as provided format provider.
  Back to Top

See Also

Reference

TypeFormatterExtension Class
Plexdata.LogWriter.Internals.Extensions Namespace

Clone this wiki locally