Edit

Share via


ITypeConverter.TryFormat(Type, String) Method

Definition

Formats the provided type as a string.

public bool TryFormat (Type type, out string formatted);
abstract member TryFormat : Type * string -> bool
Public Function TryFormat (type As Type, ByRef formatted As String) As Boolean

Parameters

type
Type
formatted
String

Returns

Applies to