Beispiel #1
0
 /// <summary>
 /// Convert a string to a <see cref="ValueArray{T}"/>
 /// </summary>
 /// <typeparam name="T">The generic type of the <see cref="ValueArray{T}"/></typeparam>
 /// <param name="valueArrayString">The string to convert</param>
 /// <returns>The <see cref="ValueArray{T}"/></returns>
 public static ValueArray <T> FromHstoreToValueArray <T>(this string valueArrayString) =>
 SerializerHelper.FromHstoreToValueArray <T>(valueArrayString);