MetalamaAPI documentationFlashtrace APIFlashtrace.​FormattersIFormatter­RepositoryTry­Get
Open sandboxFocus

IFormatterRepository.TryGet Method

TryGet(Type, out IFormatter)

Attempts to get the IFormatter for the specified System.Type.

Declaration
bool TryGet(Type objectType, out IFormatter formatter)
Parameters
Type Name Description
System.Type objectType
IFormatter formatter
Returns
Type Description
System.Boolean