WALTER | Workable Algorithms for Location-aware Transmission, Encryption Response

StringExtensions..::..TryAsNumeric Method (String, Nullable<(Of <(<'IEnumerable<(Of <(<'UInt64>)>)>>)>)>%)

Tries to convert the values as a a IEnumerable<ulong> containing the ciphered text

Namespace:  System.Text
Assembly:  Walter.Cypher (in Walter.Cypher.dll)

Syntax


public static bool TryAsNumeric(
	this string input,
	out Nullable<IEnumerable<ulong>> longArray
)

Parameters

input
Type: String
the string to cipher
longArray
Type: Nullable<(Of <(<'IEnumerable<(Of <(<'UInt64>)>)>>)>)>%
the array set containing the cipher text

Return Value

true if successful

Remarks


This type of cipher may not be as strong as provided by the PGPManaged or the other cipher classes the advantage is that the value is not stored in a base64 string and numeric values are easy to store without it being obviouse as to what the actual value of the number array is.