public static string TruncateLeft( this string value, int maxLength )
<ExtensionAttribute> Public Shared Function TruncateLeft ( value As String, maxLength As Integer ) As String
public: [ExtensionAttribute] static String^ TruncateLeft( String^ value, int maxLength )
[<ExtensionAttribute>] static member TruncateLeft : value : string * maxLength : int -> string
GSF.StringExtensions.TruncateLeft = function(value, maxLength);
Copyright © 2018, Grid Protection Alliance. All Rights Reserved.