Share via


SByte.MaxValue Field

Represents the largest possible value of SByte. This field is constant.

Namespace: System
Assembly: mscorlib (in mscorlib.dll)

Syntax

public const SByte MaxValue

Remarks

The value of this constant is 127; that is, hexadecimal 0x7F.

Version Information

Available in .NET Micro Framework version 3.0 and above.

See Also

Reference

SByte Structure
SByte Members
System Namespace