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

ser
value

Glossary Item Box

Enables creation of the type TKey from an array of bytes

Syntax

Visual Basic (Declaration) 
Public Shared Function FromByteArray(Of TKey)( _
   ByVal ser As ISerializer(Of TKey), _
   ByVal value() As Byte _
) As TKey
C# 
public static TKey FromByteArray<TKey>( 
   ISerializer<TKey> ser,
   byte[] 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