Click or drag to resize

V8FastResult.Set Method

Overload List
 NameDescription
Public methodSet(BigInteger) Sets the result to a BigInteger value.
Public methodSet(Boolean) Sets the result to a Boolean value.
Public methodSet(Byte) Sets the result to a Byte value.
Public methodSet(Char) Sets the result to a Char value.
Public methodSet(DateTime) Sets the result to a DateTime value.
Public methodSet(Decimal) Sets the result to a Decimal value.
Public methodSet(Double) Sets the result to a Double value.
Public methodSet(Int16) Sets the result to a Int16 value.
Public methodSet(Int32) Sets the result to a Int32 value.
Public methodSet(Int64) Sets the result to a Int64 value.
Public methodSet(ReadOnlySpan<Char>) Sets the result to a string value, specified as a ReadOnlySpan<char>.
Public methodSet(SByte) Sets the result to a SByte value.
Public methodSet(Single) Sets the result to a Single value.
Public methodSet(String) Sets the result to a string value.
Public methodSet(UInt16) Sets the result to a UInt16 value.
Public methodSet(UInt32) Sets the result to a UInt32 value.
Public methodSet(UInt64) Sets the result to a UInt64 value.
Public methodSet<T>(Nullable<T>) Sets the result to a nullable value of the given underlying type.
Public methodSet<T>(T) Sets the result to a value of the given type.
Top
See Also