|
CategorizedSettingsElementValueAsByte Method
|
Gets the setting value as a byte.
Namespace: GSF.ConfigurationAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.275-beta+89764ccfd98a5e76971bbd58cae85aa2e8f59fbd
Syntaxpublic byte ValueAsByte()
Public Function ValueAsByte As Byte
member ValueAsByte : unit -> byte
View SourceReturn Value
ByteValue as byte.
See Also