Table of Contents

Class Parse.Byte

Namespace
SunamoParsing
Assembly
SunamoParsing.dll

Provides byte parsing functionality.

public class Parse.Byte
Inheritance
Parse.Byte
Inherited Members
Extension Methods

Methods

ParseByte(string)

Parses a byte from a string, returns 0 if parsing fails.

public byte ParseByte(string text)

Parameters

text string

The string to parse.

Returns

byte

The parsed byte value, or 0 if parsing fails.