SByte (System.SByte)

Inherits: System.ValueType

Interfaces: IComparable, IComparable`1, IEquatable`1, IFormattable, IConvertible

Derived Types: 0

Assembly: mscorlib.dll

Represents an 8-bit signed integer.

VB.NET C#

C#

public sealed struct SByte : System.IComparable, System.IComparable`1, System.IEquatable`1, System.IFormattable, System.IConvertible
{
}

Articles

The EntitySpaces Community - System.SByte converted to Bool?

I have a database that I have converted that has a boolean field. MySQL converts the Boolean value to TinyInt due to no true logical field. When I generate my classes with ...

System.SByte

Members: CLR: Microsoft SQL Server: Oracle: operator +(SByte, SByte) + + + operator /(SByte, SByte) + + + operator ==(SByte, SByte) + + + operator >(SByte, SByte)

Mono Documentation

The fields of System.SByte are listed below. For a list of all members, see the SByte Members list. See Also: Inherited members from System.ValueType

Mono Documentation

Mono Class Library : System Namespace System.SByte Structure ... Thread Safety This type is safe for multithreaded operations. Remarks The SByte data ...

SByte Structure (System)

Represents an 8-bit signed integer. ... The SByte value type represents integers with values ranging from negative 128 to positive 127.

SByte Structure

Represents an 8-bit signed integer. The SByte type is not CLS-compliant. The CLS-compliant alternative type is Int16 . For more information about CLS compliance, see What is the ...

System.SByte Structure

Base Types Object ValueType SByte. This type implements IComparable , IFormattable , System.IComparable, and System.IEquatable

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support