TKey
CSharpTest.Net
ToByteArray<TKey> Method
See Also  Send Feedback Download Help File
CSharpTest.Net.Library Assembly > CSharpTest.Net.Serialization Namespace > SerializerExtensions Class : ToByteArray<TKey> Method

ser
value

Glossary Item Box

Enables creation of an array of bytes from type TKey

Syntax

Visual Basic (Declaration) 
Public Shared Function ToByteArray(Of TKey)( _
   ByVal ser As ISerializer(Of TKey), _
   ByVal value As TKey _
) As Byte()
C# 
public static byte[] ToByteArray<TKey>( 
   ISerializer<TKey> ser,
   TKey value
)

Parameters

ser
value

Type Parameters

TKey

Requirements

Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7

See Also

Generated with Document! X 2011 by Innovasys