ArgumentValue.

GetValue<T>() Method

Summary

Returns the Value as a specific type
Assembly
Cake.igloo15.Helper.dll
Namespace
Cake.igloo15.Helper
Containing Type
ArgumentValue

Syntax

public T GetValue<T>()

Type Parameters

Name Description
T The specific type to convert internal value

Return Value

Type Description
T The internal value or the default of the Type