Returns a -1, 0, or 1 number value based on the first text value, {0}, being less than, equal to, or greater than the second text value, {1}, in dictionary order. An optional comparer function, {2} (TextComparer.IgnoreCase), can be provided to make the comparison case insensitive. The default is case sensitive.
Return type is not valid in FunctionImport '{0}'. The FunctionImport can have no return type or return a collection of scalar ...
Return type is not valid in FunctionImport '{0}'. The FunctionImport must return a collection of scalar values or a collection ...
Returns -1, 0 or 1 based on the first text being less than, equal to, or greater than the second in dictionary order. Can ...
Returns 1 for if {0} is a positive number, -1 if it is a negative number, and 0 if it is zero. If {0} is null, Number.Sign ...
Returns a -1, 0, or 1 number value based on the first text value, {0}, being less than, equal to, or greater than the second ...
Returns a 16-bit integer number value from the given {0}. If the given {0} is null , Int16.From returns null . If the given ...
Returns a 32-bit integer number value from the given {0}. If the given {0} is null , Int32.From returns null . If the given ...
Returns a 64-bit integer number value from the given {0}. If the given {0} is null , Int64.From returns null . If the given ...
Returns a 8-bit integer number value from the given {0}. If the given {0} is null , Byte.From returns null . If the given ...