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.

[Obsolete("This method is deprecated and will be removed in later Sisk versions. Please, use Get<T> instead.")]
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.