System.SByte

E697467

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

Try in SPARQL Jump to: Statements Referenced by

Statements (49)

Predicate Object
instanceOf primitive type
sealed type
struct
assembly System.Runtime NERFINISHED
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 NERFINISHED
System.IComparable`1[System.SByte]
System.IConvertible NERFINISHED
System.IEquatable`1[System.SByte]
System.IFormattable NERFINISHED
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 NERFINISHED
range -128 to 127
signed true
underlyingFramework .NET NERFINISHED

Referenced by (1)

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

System containsType System.SByte