Table of Contents

Method GetParsable

Namespace
Sisk.Core.Entity
Assembly
Sisk.Core.dll

GetParsable<T>(IFormatProvider?)

Gets the current value parsed by the provided IParsable<TSelf> at T.

public T GetParsable<T>(IFormatProvider? fmtProvider = null) where T : IParsable<T>

Parameters

fmtProvider IFormatProvider

Optional. An object that provides culture-specific formatting information about the current value.

Returns

T

The result of parsing the current string value.

Type Parameters

T

The type where the conversion will result into.