C# Class SolarCalculator.Extensions.PropertySetExensions

Extensions on property sets
ファイルを表示 Open project: steveoh/SolarCalculator

Public Methods

Method Description
GetValueAsString ( this property, string key, bool errorOnNull = false ) : string

Gets the value as string.

Method Details

GetValueAsString() public static method

Gets the value as string.
public static GetValueAsString ( this property, string key, bool errorOnNull = false ) : string
property this The property.
key string The key.
errorOnNull bool if set to true [error on null].
return string