Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

optional parameter get request c#

public string GetFindBooks(string author="", string title="", string isbn="", string  somethingelse="", DateTime? date= null) 
{
    // ...
}
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #optional #parameter #request
ADD COMMENT
Topic
Name
6+3 =