FormatStringParserParse - метод |
Получает информацию о композитном форматировании из строки format
Пространство имён:
Tessa.Platform
Сборка:
Tessa (в Tessa.dll) Версия: 3.5.0.19
Синтаксис [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
- Тип: SystemString
Строка содержащая форматирование
- error
- Тип: SystemBoolean
Признак ошибки в строке
Возвращаемое значение
Тип:
IEnumerableFormatingInfo
Список форматов
См. также