FormatStringParserParse - метод
Получает информацию о композитном форматировании из строки format
Пространство имён: Tessa.PlatformСборка: Tessa (в Tessa.dll) Версия: 3.6.0.23
[NotNullAttribute]
public static IEnumerable<FormatingInfo> Parse(
[CanBeNullAttribute] string format,
out bool error
)
<NotNullAttribute>
Public Shared Function Parse (
<CanBeNullAttribute> format As String,
<OutAttribute> ByRef error As Boolean
) As IEnumerable(Of FormatingInfo)
public:
[NotNullAttribute]
static IEnumerable<FormatingInfo^>^ Parse(
[CanBeNullAttribute] String^ format,
[OutAttribute] bool% error
)
[<NotNullAttribute>]
static member Parse :
[<CanBeNullAttribute>] format : string *
error : bool byref -> IEnumerable<FormatingInfo>
- format String
-
Строка содержащая форматирование
- error Boolean
-
Признак ошибки в строке
IEnumerableFormatingInfo
Список форматов