Edit

Share via


BinaryTokenStreamWriter.TryWriteSimpleObject(Object) Method

Definition

Try to write a simple type (non-array) value to the stream.

public bool TryWriteSimpleObject (object obj);
member this.TryWriteSimpleObject : obj -> bool
abstract member TryWriteSimpleObject : obj -> bool
override this.TryWriteSimpleObject : obj -> bool
Public Function TryWriteSimpleObject (obj As Object) As Boolean

Parameters

obj
Object

Input object to be written to the output stream.

Returns

Returns true if the value was successfully written to the output stream.

Implements

Applies to