System.SByte

E697467

System.SByte is a .NET value type representing an 8-bit signed integer with a range from -128 to 127.

All labels observed (1)

Label Occurrences
System.SByte canonical 2

How this entity was disambiguated

Statements (49)

Predicate Object
instanceOf primitive type ⓘ
sealed type ⓘ
struct ⓘ
assembly System.Runtime ⓘ
mscorlib ⓘ
baseType System.ValueType ⓘ
bitSize 8 ⓘ
CLSCompliant false ⓘ
defaultValue 0 ⓘ
hasDefaultValue true ⓘ
hasMethod CompareTo(System.Object) ⓘ
CompareTo(System.SByte) ⓘ
Equals(System.Object) ⓘ
Equals(System.SByte) ⓘ
GetHashCode() ⓘ
Parse(System.String) ⓘ
Parse(System.String,System.Globalization.NumberStyles) ⓘ
Parse(System.String,System.Globalization.NumberStyles,System.IFormatProvider) ⓘ
Parse(System.String,System.IFormatProvider) ⓘ
ToString() ⓘ
ToString(System.IFormatProvider) ⓘ
ToString(System.String) ⓘ
ToString(System.String,System.IFormatProvider) ⓘ
TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.SByte&) ⓘ
TryParse(System.String,System.SByte&) ⓘ
hasStaticField MaxValue ⓘ
MinValue ⓘ
implements System.IComparable ⓘ
System.IComparable`1[System.SByte] ⓘ
System.IConvertible ⓘ
System.IEquatable`1[System.SByte] ⓘ
System.IFormattable ⓘ
isBlittable true ⓘ
isContextualKeyword_CSharp false ⓘ
isEnum false ⓘ
isIntegralType true ⓘ
isNullable false ⓘ
isNumericType true ⓘ
isReferenceType false ⓘ
isSerializable true ⓘ
isValueType true ⓘ
languageAlias_CSharp sbyte ⓘ
languageAlias_VisualBasic SByte ⓘ
maxValue 127 ⓘ
minValue -128 ⓘ
namespace System ⓘ
range -128 to 127 ⓘ
signed true ⓘ
underlyingFramework .NET ⓘ

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

System → containsType → System.SByte ⓘ
System.Enum → underlyingType → System.SByte ⓘ