public static string Shrink( this string value, int charsToShrink )
Dim value As String Dim charsToShrink As Integer Dim returnValue As String returnValue = value.Shrink(charsToShrink)
public: [ExtensionAttribute] static String^ Shrink( String^ value, int charsToShrink )
No code example is currently available or this language may not be supported.
In This Article