Table of Contents

Method Get

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

Get<T>(IFormatProvider?)

Gets an not null value from the specified T.

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

Parameters

fmtProvider IFormatProvider

Returns

T

Type Parameters

T

The type to convert the value to.