public static bool IsBetween( this int me, int start, int end )
Dim me As Integer Dim start As Integer Dim end As Integer Dim returnValue As Boolean returnValue = me.IsBetween(start, end)
public: [ExtensionAttribute] static bool IsBetween( int me, int start, int end )
No code example is currently available or this language may not be supported.
In This Article